home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 9394 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  967 b 

  1. Path: rs6000.cmp.ilstu.edu!not-for-mail
  2. From: edstanf@rs6000.cmp.ilstu.edu (Eric D. Stanfield)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Could use some help...
  5. Date: 1 Mar 1996 15:15:39 GMT
  6. Organization: Illinois State University
  7. Message-ID: <4h74ar$j7p@thor.cmp.ilstu.edu>
  8. References: <4h632q$eij@thor.cmp.ilstu.edu> <DnL9o9.DE3@presby.edu>
  9. NNTP-Posting-Host: rs6000.cmp.ilstu.edu
  10. X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
  11.  
  12. Jon Bell (jtbell@presby.edu) wrote:
  13. :  Eric D. Stanfield <edstanf@rs6000.cmp.ilstu.edu> wrote:
  14. : >        if(bingo_numbers[i] = start_numbers[j][k]) //THIS IS THE PROB
  15. :                              ^
  16. :                              |
  17. :                     I think this should be '=='.
  18. :
  19. : That bug bites me every once in a while, too!
  20. :
  21. : --
  22. : Jon Bell <jtbell@presby.edu>
  23.  
  24.    My goof. I typoed that while pasting into the window to post it.
  25. In the actual code I do use the == but the else statement a few lines
  26. below still won't work. Shrug.
  27.